window: Don't send startup notifications for offscreen / popup windows
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 29 Jun 2015 21:16:49 +0000 (14:16 -0700)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 29 Jun 2015 21:26:45 +0000 (14:26 -0700)
commit04e727709d562d7a86a115723d0356592ab06333
tree58d6f93060bdc5c64bf1ee72f677e839467c4fe7
parent6ff5db374ac6562e2613d15114c5ab01e601ec37
window: Don't send startup notifications for offscreen / popup windows

The WM isn't aware of O-R (popup) or offscreen windows. If somebody
maps an offscreen or a popup GTK+ window before the main window, we'll
complete the sequence before a "real" window is mapped. Make sure to
ignore these for startup notifies.
gtk/gtkwindow.c